home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Earth / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.6 KB  |  110 lines

  1. BODY
  2. {
  3.     font-family : "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
  4.     font-size : small;
  5.     text-transform : none;
  6.     color : rgb(255,204,0);
  7.     font-weight : normal;
  8.     font-style : normal;
  9.     font-variant : normal;
  10.     background-color : rgb(129,95,0);
  11.     background-image : none
  12. }
  13.  
  14. A:active
  15. {
  16.     color : rgb(255,204,0)
  17. }
  18.  
  19. A:link
  20. {
  21.     color : rgb(255,204,0)
  22. }
  23.  
  24. UL
  25. {
  26.     font-family : "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
  27.     font-size : 0.8em;
  28.     text-transform : lowercase;
  29.     font-weight : bold
  30. }
  31.  
  32. A:visited
  33. {
  34.     color : rgb(255,204,0)
  35. }
  36.  
  37. .TextObject
  38. {
  39.     font-family : "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
  40.     font-size : 0.8em;
  41.     letter-spacing : 0.15em
  42. }
  43.  
  44. H1
  45. {
  46.     color : rgb(255,236,157);
  47.     font-variant : small-caps;
  48.     margin-bottom : 2em
  49. }
  50.  
  51. H2
  52. {
  53.     color : rgb(255,236,157);
  54.     font-variant : small-caps;
  55.     margin-bottom : 2em
  56. }
  57.  
  58. P
  59. {
  60.     font-family : "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
  61.     font-size : 0.8em;
  62.     letter-spacing : 0.15em;
  63.     text-indent : 2.4em;
  64.     margin-top : 1.2em;
  65.     margin-bottom : 1.2em
  66. }
  67.  
  68. H3
  69. {
  70.     color : rgb(255,236,157);
  71.     font-variant : small-caps;
  72.     margin-bottom : 2em
  73. }
  74.  
  75. OL
  76. {
  77.     font-family : "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
  78.     font-size : 0.8em;
  79.     text-transform : lowercase;
  80.     font-weight : bold
  81. }
  82.  
  83. H4
  84. {
  85.     color : rgb(255,236,157);
  86.     font-variant : small-caps;
  87.     margin-bottom : 2em
  88. }
  89.  
  90. H5
  91. {
  92.     color : rgb(255,236,157);
  93.     font-variant : small-caps;
  94.     margin-bottom : 2em
  95. }
  96.  
  97. H6
  98. {
  99.     color : rgb(255,236,157);
  100.     font-variant : small-caps;
  101.     margin-bottom : 2em
  102. }
  103.  
  104. A:hover
  105. {
  106.     letter-spacing : 0.2em;
  107.     font-variant : small-caps
  108. }
  109.  
  110.